home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 151-175 / scopedisk161 / cgnhlp / cgnhlp.doc < prev    next >
Text File  |  1995-03-19  |  381b  |  15 lines

  1.  
  2.             CGNHLP
  3. Author: Ned Kelly
  4.  
  5. This program is designed to take a .DOC file which documents 
  6. a particular program and generate a C soucre file called
  7. HELP.C which is a routine which will display what was in 
  8. the .DOC file.
  9.  
  10. Calling sequence is:
  11.    CGNHLP ?        Display this file.
  12.    CGNHLP filename    From filename.doc generate HELP.C
  13.    CGNHLP        Prompt for filename and generate HELP.C
  14.  
  15.